func runtime/pprof.writeRuntimeProfile

3 uses

	runtime/pprof (current package)
		pprof.go#L732: 	return writeRuntimeProfile(w, debug, "threadcreate", func(p []profilerecord.StackRecord, _ []unsafe.Pointer) (n int, ok bool) {
		pprof.go#L747: 	return writeRuntimeProfile(w, debug, "goroutine", pprof_goroutineProfileWithLabels)
		pprof.go#L771: func writeRuntimeProfile(w io.Writer, debug int, name string, fetch func([]profilerecord.StackRecord, []unsafe.Pointer) (int, bool)) error {